func runtime.rawstring
7 uses
runtime (current package)
arena.go#L168: s2, b := rawstring(len(s1))
string.go#L189: s, b = rawstring(l)
string.go#L311: s, b = rawstring(4)
string.go#L324: func rawstring(size int) (s string, b []byte) {
string.go#L381: s, b := rawstring(l)
string.go#L397: s, b := rawstring(l)
string.go#L556: s, b := rawstring(n1 + 4)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)